authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Apr 2008 16:18:58 +0000 (16:18 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Apr 2008 16:18:58 +0000 (16:18 +0000)
includes/SpecialProtectedpages.php

index 0c13f27..0476600 100644 (file)
@@ -118,7 +118,7 @@ class ProtectedPagesForm {
                        $this->getTypeMenu( $type ) . "&nbsp;\n" .
                        $this->getLevelMenu( $level ) . "&nbsp;\n" .
                        "<span style='white-space: nowrap'>" .
-                       $this->getExpiryCheck( $indefOnly ) . "\n" .
+                       $this->getExpiryCheck( $indefOnly ) . "&nbsp;\n" .
                        $this->getSizeLimit( $sizetype, $size ) . "\n" .
                        "</span>" .
                        "&nbsp;" . Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" .